home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP Şubat 1998.iso / drivers / GRAFIK / HERCULES / STINGRAY / WINNT40 / STY64 / ENGLISH / DISK1 / NTARK.INF < prev    next >
Windows Setup INFormation  |  1997-04-02  |  2KB  |  115 lines

  1. ; ark.inf
  2. ;
  3. ; Installation inf for the ARK series of graphics adapter.
  4. ;
  5.  
  6. [Version]
  7. Signature="$CHICAGO$"
  8. Provider=%Hercules%
  9. ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
  10. Class=Display
  11.  
  12. [DestinationDirs]
  13. DefaultDestDir = 11
  14. ark.Miniport   = 12  ; drivers
  15. ark.Display    = 11  ; system32
  16.  
  17. ;
  18. ; Driver information
  19. ;
  20.  
  21. [Manufacturer]
  22. %Hercules%     =  Hercules.Mfg
  23.  
  24. [Hercules.Mfg]
  25. %Hercules% Stingray Series (v 1.00.0c) = ark
  26.  
  27.  
  28. ;
  29. ; General installation section
  30. ;
  31.  
  32. [ark]
  33. CopyFiles=ark.Miniport, ark.Display
  34.  
  35. ;
  36. ; File sections
  37. ;
  38.  
  39. [ark.Miniport]
  40. ark.sys
  41.  
  42. [ark.Display]
  43. ark.dll
  44.  
  45.  
  46. ;
  47. ; Service Installation
  48. ;
  49.  
  50. [ark.Services]
  51. AddService = ark, 0x00000002, ark_Service_Inst, ark_EventLog_Inst
  52.  
  53. [ark_Service_Inst]
  54. ServiceType    = 1            ; SERVICE_KERNEL_DRIVER
  55. StartType      = 1            ; SERVICE_SYSTEM_START
  56. ErrorControl   = 0            ; SERVICE_ERROR_IGNORE
  57. LoadOrderGroup = Video
  58. ServiceBinary  = %12%\ark.sys
  59.  
  60. [ark_EventLog_Inst]
  61. AddReg = ark_EventLog_AddReg
  62.  
  63. [ark_EventLog_AddReg]
  64. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\ark.sys"
  65. HKR,,TypesSupported,0x00010001,7
  66.  
  67.  
  68. ;
  69. ; Software Installation
  70. ;
  71.  
  72. [ark.SoftwareSettings]
  73. AddReg = ark_SoftwareDeviceSettings
  74.  
  75. [ark_SoftwareDeviceSettings]
  76. HKR,, InstalledDisplayDrivers,       %REG_MULTI_SZ%, vga, ark
  77. HKR,, VgaCompatible,           %REG_DWORD%,    1
  78.  
  79.  
  80. ;
  81. ; Source file information
  82. ;
  83.  
  84. [SourceDisksNames.x86]
  85. 1 = %DiskId%,,,""
  86.  
  87. [SourceDisksFiles]
  88. ark.dll  = 1
  89. ; vga.dll  = 1       ; always shipped and preinstalled by NT itself - no need to copy
  90. ; vga256.dll  = 1  ; always shipped and preinstalled by NT itself - no need to copy
  91. ark.sys  = 1
  92.  
  93.  
  94.  
  95. [Strings]
  96.  
  97. ;
  98. ; Non-Localizable Strings
  99. ;
  100.  
  101. REG_SZ           = 0x00000000
  102. REG_MULTI_SZ   = 0x00010000
  103. REG_EXPAND_SZ  = 0x00020000
  104. REG_BINARY     = 0x00000001
  105. REG_DWORD      = 0x00010001
  106. SERVICEROOT    = System\CurrentControlSet\Services
  107.  
  108. ;
  109. ; Localizable Strings
  110. ;
  111.  
  112. DiskId    = "Hercules Computer Technology, Inc. Installation DISK (VIDEO)"
  113. GraphAdap = "Graphics Adapter"
  114. Hercules  = "Hercules Computer Technology, Inc."
  115.